home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_417_ image_map.txt < prev    next >
Text File  |  1994-02-09  |  486b  |  13 lines

  1. // texture pigment {} attribute
  2. // create a texture that lays an image's colors onto a surface
  3. // image maps into X-Y plane from <0,0,0> to <1,1,0>
  4. image_map
  5. {
  6.   gif "plasma3.gif" // the file to read (iff/gif/tga/dump/pot)
  7.   map_type 0 // 0=planar, 1=spherical, 2=cylindrical, 5=torus
  8.   interpolate 2 // 0=none, 1=linear, 2=bilinear, 4=normalized distance
  9.   // [filter N V] // N=all or color index # (0ΓǪN), V= value (0.0...1.0)
  10.   // [use_color | use_index]
  11.   // [once]
  12. } // image_map
  13.